Next | Prev | Up | Top | Contents | Index
Compiling and Linking
You compile a kernel device driver to an ELF binary (in IRIX 5.3 and before, the COFF binary format was used) not using shared libraries. The compile options differ between 32-bit and 64-bit modules.
- Using /var/sysgen/Makefile.kernio
-
- Compiler Variables
-
- Compile Options, 32-Bit Kernel
-
- Compile Options, 64-Bit Kernel
-
Next | Prev | Up | Top | Contents | Index